home *** CD-ROM | disk | FTP | other *** search
- ! Control file to build KERMIT-10 5-July-1983
- !
- ! Files required:
- ! KERUNV.MAC - Universal file
- ! KERMIT.MAC - Command scanner and system interface
- ! KERSYS.MAC - Operating system routines for KERMSG
- ! KERWLD.MAC - Wild card processing for KERMIT
- ! KERMSG.BLI - Common Bliss message processing
- ! KERTT.BLI - Common Bliss terminal routines
- ! KERCOM.REQ - Require file for KERMSG
- ! KERERR.REQ - Require file for KERMSG
- ! KERMIT.CCL - Linking instructions
- !
- ! The following are required from various Digital distribution tapes
- !
- ! Software built from sources on the 7.01A CUSP tape
- !
- ! GLXMAC.UNV - Universal GLXLIB (Galaxy library)
- ! ORNMAC.UNV - Universal for OPR command interface
- ! GLXLIB.REL - Loadable GLXLIB library
- ! OPRPAR.REL - Loadable OPR command module
- !
- ! Software distributed with the RMS-10.
- !
- ! B361LB.REL - Bliss-36 library.
- !
- .COMPILE K10UNV.MAC
- .COMPILE K10MIT.MAC
- .COMPILE K10SYS.MAC
- .COMPILE K10WLD.MAC
- .R BLISS
- .IF (ERROR).GOTO NOBLIS
- *K10MSG=K10MSG.BLI
- *K10TT=K10TT.BLI
- *K10GLB=K10GLB.BLI
- .GOTO LOAD
- !
- ! Here if we got an error running BLISS. Assume we should build from
- ! the MACRO sources.
- !
- NOBLIS::
- .COMPILE K10MSG.MAC
- .COMPILE K10TT.MAC
- .COMPILE K10GLB.MAC
- !
- ! Here to load KERMIT.
- !
- LOAD::
- .R LINK
- *@K10MIT
-